home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / Readme.linux < prev   
Text File  |  1994-04-25  |  1KB  |  32 lines

  1. **********************************************************************
  2.     SNNS Version 3.2 Linux Installation Notes
  3. **********************************************************************
  4.  
  5.  
  6. The configure script doesn't work with the Linux 'Bourne Again Shell'.
  7. It needs a c-shell. To install SNNS you have two possibilties:
  8.  
  9.   1) install a c-shell
  10.      - get the tcsh for linux (for example form tsx-11.mit.edu in the
  11.       /pub/linux/binaries/usr.bin directory) 
  12.      - make a link from the tcsh executable to /bin/csh
  13.      - run the configuration scripts
  14.  
  15.   2) install SNNS manually
  16.      - go to the SNNSv3.2/kernel/sources directory
  17.      - edit the Makefile (it is for a sun sparc with the gcc compiler) 
  18.      - change the SNNSDIR entry to your local path
  19.      - change the MACHINE and MACHINENAME entries to pc386
  20.      - change XDIR and XH entries to your local X11 library and include 
  21.        path. This is normaly /usr/lib and /usr/include
  22.      - run 'make all' and 'make install'
  23.      - go to the SNNSv3.2/xgui/sources directory
  24.      - repeat the steps above for the interface Makefile
  25.      - go to the SNNSv3.2/tools/sources directory
  26.      - repeat the steps above for the tools Makefile
  27.  
  28.  
  29. **********************************************************************
  30.       End of document 'SNNS Version 3.2 Installation Linux Notes'
  31. **********************************************************************
  32.